func github.com/jackc/pgx/v5/pgtype.parseUntypedTextArray

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array.go#L108: func parseUntypedTextArray(src string) (*untypedTextArray, error) {
		array_codec.go#L292: 	uta, err := parseUntypedTextArray(string(src))